+Tue Sep 30 21:08:43 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
+
+ * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
+ Marco Pesenti Gritti).
+
2003-09-30 Murray Cumming <murrayc@usa.net>
* gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
+Tue Sep 30 21:08:43 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
+
+ * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
+ Marco Pesenti Gritti).
+
2003-09-30 Murray Cumming <murrayc@usa.net>
* gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
+Tue Sep 30 21:08:43 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
+
+ * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
+ Marco Pesenti Gritti).
+
2003-09-30 Murray Cumming <murrayc@usa.net>
* gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
+Tue Sep 30 21:08:43 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
+
+ * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
+ Marco Pesenti Gritti).
+
2003-09-30 Murray Cumming <murrayc@usa.net>
* gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
+Tue Sep 30 21:08:43 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
+
+ * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
+ Marco Pesenti Gritti).
+
2003-09-30 Murray Cumming <murrayc@usa.net>
* gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
combo_box->priv->cell_view = gtk_cell_view_new ();
gtk_container_add (GTK_CONTAINER (combo_box), combo_box->priv->cell_view);
+ gtk_widget_show (combo_box->priv->cell_view);
combo_box->priv->measurer = gtk_cell_view_new ();
GTK_COMBO_BOX_ENTRY (ret)->priv->entry = gtk_entry_new ();
gtk_container_add (GTK_CONTAINER (ret),
GTK_COMBO_BOX_ENTRY (ret)->priv->entry);
+ gtk_widget_show (GTK_COMBO_BOX_ENTRY (ret)->priv->entry);
GTK_COMBO_BOX_ENTRY (ret)->priv->text_column = text_column;
renderer = gtk_cell_renderer_text_new ();